gc_atom_server::__callStatic()

最后更新于:2021-11-26 09:17:22

gc_atom_server::__callStatic($name, $arguments)

源文件

文件: gc-includes/pluggable-deprecated.php

		public static function __callStatic( $name, $arguments ) {
			_deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
		}