I am finally grasping most of the syntax in php but examples like this one I do not seem to understand what it means:
   if ( $matches->match_is_editable( $ts ) )
This is what I understad:
"$matches" is a variable
"->" means that is part of the same object but confused how its supposed to relate to the next part
"match_is_editable" is a function
"($ts)" is a variable called to work in inside that function
can you please correct where I am wrong? Will be highly appreciated
 
     
    