Definition::source PHP Méthode

source() public méthode

Return the poly morphic relationship with a source type.
public source ( )
    public function source()
    {
        return $this->morphTo();
    }