LogsModel::action PHP 메소드

action() 공개 메소드

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