...承关系 class XS » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XS.class.php XS 搜索项目主类 Public 属性 隐去继承来的属性 名称类型描述定义于 allFields XSFieldMeta[] 获取项目所有字段结构设置 XS config arra...
...d autoload(string $name) $name string 类的名称 源码: sdk/php/lib/XS.class.php#L533 (显示) public static function autoload($name){ $file = XS_LIB_ROOT . '/' . $name . '.class.php'; if (file_exists($file)) { require_once $file; }} 智能加载类库文件 要...
getLastXS() 方法 public static XS getLastXS() {return} XS 最近创建的 XS 对象 源码: sdk/php/lib/XS.class.php#L314 (显示) public static function getLastXS(){ return self::$_lastXS;} 获取最新的 XS 实例
... XSIndex » XSServer » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XSIndex.class.php XS 索引管理 添加/删除/修改索引数据 Public 属性 隐去继承来的属性 名称类型描述定义于 connString string 连接字符串 XSServer cu...
getAllFields() 方法 public XSFieldMeta[] getAllFields() {return} XSFieldMeta[] 源码: sdk/php/lib/XS.class.php#L523 (显示) public function getAllFields(){ return $this->_scheme->getAllFields();} 获取项目所有字段结构设置
getConfig() 方法 public array getConfig() {return} array 获取配置原始数据 源码: sdk/php/lib/XS.class.php#L359 (显示) public function getConfig(){ return $this->_config;}
getFieldBody() 方法 public XSFieldMeta getFieldBody() {return} XSFieldMeta 类型为 BODY 的字段 源码: sdk/php/lib/XS.class.php#L501 (显示) public function getFieldBody(){ return $this->_scheme->getFieldBody();} 获取当前内容字段
getFieldId() 方法 public XSFieldMeta getFieldId() {return} XSFieldMeta 类型为 ID 的字段 源码: sdk/php/lib/XS.class.php#L481 (显示) public function getFieldId(){ return $this->_scheme->getFieldId();} 获取当前主键字段
getFieldTitle() 方法 public XSFieldMeta getFieldTitle() {return} XSFieldMeta 类型为 TITLE 的字段 源码: sdk/php/lib/XS.class.php#L491 (显示) public function getFieldTitle(){ return $this->_scheme->getFieldTitle();} 获取当前标题字段
getName() 方法 public string getName() {return} string 当前项目名称 源码: sdk/php/lib/XS.class.php#L368 (显示) public function getName(){ return $this->_config['project.name'];} 获取当前项目名称