Definition::source PHP Method

source() public method

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