PugMoRe_Mageploy_Model_Io_File::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    public function __construct()
    {
        $this->_helper = Mage::helper('pugmore_mageploy');
        $this->createStoragePath();
        $this->_todo = $this->getAllActionsFilepath();
        $this->_done = $this->getExecutedActionsFilepath();
    }