Blast\Orm\RepositoryInterface::find PHP Method

find() public method

Find entity by primary key
public find ( mixed $primaryKey ) : ArrayObject | stdClass | object | array
$primaryKey mixed
return ArrayObject | stdClass | object | array
    public function find($primaryKey);
RepositoryInterface