Trait LocatorAwareTrait
Contains method for setting and accessing LocatorInterface instance
        
    Namespace: Cake\ORM\Locator
    
    
    
      
  
      Property Summary
- 
        $_tableLocator protectedCake\ORM\Locator\LocatorInterface|nullTable locator instance 
Method Summary
- 
          getTableLocator() publicGets the table locator. 
- 
          setTableLocator() publicSets the table locator. 
Method Detail
getTableLocator() ¶ public
getTableLocator(): Cake\ORM\Locator\LocatorInterfaceGets the table locator.
Returns
Cake\ORM\Locator\LocatorInterfacesetTableLocator() ¶ public
setTableLocator(Cake\ORM\Locator\LocatorInterface $tableLocator): $thisSets the table locator.
Parameters
- 
                Cake\ORM\Locator\LocatorInterface$tableLocator
- LocatorInterface instance. 
Returns
$this