Sulu\Bundle\MediaBundle\Media\Manager\MediaManagerInterface::move PHP Метод

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

Moves a media to a given collection.
public move ( integer $id, string $locale, integer $destCollection ) : Media
$id integer id of media
$locale string the locale which the object will be returned
$destCollection integer id of destination collection
Результат Sulu\Bundle\MediaBundle\Api\Media
    public function move($id, $locale, $destCollection);