Backup\Model\Content::__construct PHP Method

__construct() public method

Initialize serviceManager
public __construct ( Zend\ServiceManager\ServiceManager $serviceLocator )
$serviceLocator Zend\ServiceManager\ServiceManager Service Manager
    public function __construct(ServiceManager $serviceLocator)
    {
        $this->serviceLocator = $serviceLocator;
    }