SourceType::definition PHP 메소드

definition() 공개 메소드

Relationship with the Definition model.
public definition ( )
    public function definition()
    {
        return $this->morphOne('Definition', 'source');
    }