AdminPageFramework_TaxonomyField_Router::__construct PHP Метод

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

public __construct ( $oProp )
    public function __construct($oProp)
    {
        parent::__construct($oProp);
        if (!$this->oProp->bIsAdmin) {
            return;
        }
        $this->oUtil->registerAction('wp_loaded', array($this, '_replyToDetermineToLoad'));
        add_action('set_up_' . $this->oProp->sClassName, array($this, '_replyToSetUpHooks'));
    }
AdminPageFramework_TaxonomyField_Router