Doctrine\Search\Query::from PHP Method

from() public method

Specifies the searchable entity class to search against.
public from ( mixed $entityClasses )
$entityClasses mixed
    public function from($entityClasses)
    {
        $this->entityClasses = (array) $entityClasses;
        return $this;
    }