LogsModel::action PHP Method

action() public method

链式指定知识行为
public action ( string $type ) : object
$type string 行为字段
return object 知识模型对象
    public function action($type)
    {
        $this->option['action'] = $type;
        return $this;
    }