AdminPageFramework_PostType_Model__FlushRewriteRules::__construct PHP Метод

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

public __construct ( $oFactory )
    public function __construct($oFactory)
    {
        if (!$this->_shouldProceed($oFactory)) {
            return;
        }
        $this->oFactory = $oFactory;
        register_activation_hook($this->oFactory->oProp->sCallerPath, array($this, '_replyToSetUpPostType'));
        add_action('registered_post_type', array($this, '_replyToScheduleToFlushRewriteRules'), 10, 2);
    }