Jarves\ACL::setObjectUpdate PHP Метод

setObjectUpdate() публичный Метод

public setObjectUpdate ( $objectKey, $targetType, $targetId, $access, $fields = null, $withSub = false )
    public function setObjectUpdate($objectKey, $targetType, $targetId, $access, $fields = null, $withSub = false)
    {
        return self::setObject(self::MODE_UPDATE, $objectKey, self::CONSTRAINT_ALL, null, $withSub, $targetType, $targetId, $access, $fields);
    }