Craft\EmbeddedAssetsVariable::fromAssets PHP Method

fromAssets() public method

public fromAssets ( $assets, $indexBy = null )
    public function fromAssets($assets, $indexBy = null)
    {
        return craft()->embeddedAssets->getEmbeddedAssets($assets, $indexBy);
    }