Locker\Repository\Statement\EloquentLinker::isReferencing PHP Method

isReferencing() protected method

Determines if a statement is a referencing statement.
protected isReferencing ( stdClass $statement ) : boolean
$statement stdClass
return boolean
    protected function isReferencing(\stdClass $statement)
    {
        return isset($statement->object->objectType) && $statement->object->objectType === 'StatementRef';
    }