You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we rather throw an Exception? Or introduce a capabiltiies API.
public function __construct()
{
$this->addCapability(self::CAN_RENAME);
$this->addCapability(self::CAN_REMOVE);
$this->addCapability(self::CAN_WRITE);
// whatever
}
The text was updated successfully, but these errors were encountered:
Currently not implemented, see https://github.com/symfony-cmf/MediaBundle/blob/master/Adapter/Gaufrette/CmfMediaDoctrine.php#L230
Should we rather throw an Exception? Or introduce a capabiltiies API.
public function __construct()
{
$this->addCapability(self::CAN_RENAME);
$this->addCapability(self::CAN_REMOVE);
$this->addCapability(self::CAN_WRITE);
// whatever
}
The text was updated successfully, but these errors were encountered: