クラス wpdb::__get()
クラス wpdb::__get()
定義ファイル :/blog/wp-includes/wp-db.php
1 2 3 4 5 | public function __get( $name ) { if ( 'col_info' == $name ) $this->load_col_info(); return $this->$name; } |
WEBシステム SI屋の代表のブログです。
1 2 3 4 5 | public function __get( $name ) { if ( 'col_info' == $name ) $this->load_col_info(); return $this->$name; } |