__construct() public method

public __construct ( )
コード例 #1
0
ファイル: local.php プロジェクト: pojome/elementor
 public function __construct()
 {
     parent::__construct();
     $this->_add_actions();
 }