Jarves\Configuration\Field::getObjectRelationWithConstraint PHP 메소드

getObjectRelationWithConstraint() 공개 메소드

If the storage backend should also create a constraint so its not possible to pass a invalid reference id.
    public function getObjectRelationWithConstraint()
    {
        return $this->objectRelationWithConstraint;
    }
Field