Jarves\Admin\ObjectCrud::getParents PHP Method

getParents() public method

public getParents ( $pk )
    public function getParents($pk)
    {
        $storageController = $this->objects->getStorageController($this->getObject());
        $pk = $storageController->normalizePrimaryKey($pk);
        return $storageController->getParents($pk);
    }
ObjectCrud