Translation_Entry::Translation_Entry()
最后更新于:2021-11-26 05:10:20
Translation_Entry::Translation_Entry($args=array())PHP4 constructor.
源文件
文件: gc-includes/pomo/entry.php
public function Translation_Entry( $args = array() ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $args );
}