AdminPageFramework_Link_post_type::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $oProp, $oMsg = null )
    public function __construct($oProp, $oMsg = null)
    {
        parent::__construct($oProp, $oMsg);
        if (isset($_GET['post_type']) && $_GET['post_type'] == $this->oProp->sPostType) {
            add_action('get_edit_post_link', array($this, '_replyToAddPostTypeQueryInEditPostLink'), 10, 3);
        }
    }