LibraryFileManager::__construct PHP Method

__construct() public method

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