The instance of the table, reduced to the table, is passed to the constructor and assigned to the property $_table
.
public function func() {
$entities = $this->_table->find()->all();
}
See also API> Cake \ ORM \ Behavior :: $ _ table
source
to share