ScriptFUSION\Porter\Connector\NullConnector::fetch PHP 메소드

fetch() 공개 메소드

public fetch ( $source, EncapsulatedOptions $options = null )
$options ScriptFUSION\Porter\Options\EncapsulatedOptions
    public function fetch($source, EncapsulatedOptions $options = null)
    {
        // Intentionally empty.
    }
NullConnector