PugMoRe_Mageploy_Model_Io_File::__construct PHP 메소드

__construct() 공개 메소드

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