LogsModel::action PHP Méthode

action() public méthode

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