Index of /old/<?php
namespace Nextend\\Framework\\Form;
trait TraitContainer {
/**
* @var ContainedInterface
*/
protected $first, $last;
/**
* @var ContainedInterface[]
*/
protected $flattenElements = array();
/**
* @param ContainedInterface $element
*
Name Last modified Size Description
Parent Directory -