FOF30\Factory\Scaffolding\Layout\BrowseErector::applyPasswordField PHP Method

applyPasswordField() private method

private applyPasswordField ( DataModel $model, SimpleXMLElement &$headerSet, SimpleXMLElement &$fieldSet, $fieldName )
$model FOF30\Model\DataModel
$headerSet SimpleXMLElement
$fieldSet SimpleXMLElement
    private function applyPasswordField(DataModel $model, \SimpleXMLElement &$headerSet, \SimpleXMLElement &$fieldSet, $fieldName)
    {
        $this->applyFieldOfType($model, $headerSet, $fieldSet, $fieldName, 'Searchable', 'Password', array('sortable' => 'true'));
    }