LMongo\Eloquent\Model::collection PHP 메소드

collection() 공개 메소드

Set the collection associated with the model.
public collection ( string $collection ) : void
$collection string
리턴 void
    public function collection($collection)
    {
        $this->collection = $collection;
    }
Model