LibraryFileManager::__construct PHP Метод

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

Constructor
public __construct ( $contextId )
$contextId int
    function __construct($contextId)
    {
        parent::__construct($contextId);
    }
LibraryFileManager