symfony API

sfAdminColumn Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

You are currently browsing the symfony documentation for the 1.0 version. Switch to:

Admin generator column.

Method Summary

  • string getPhpName()
    Gets the php name of the column.
  • __construct($phpName, $column = null, $flags = array())
    Constructor.
  • boolean isPartial()
    Returns true if the column is a partial.
  • __call($name, $arguments)
  • boolean isReal()
    Returns true if the column maps a database column.
  • string getName()
    Gets the name of the column.
  • boolean isComponent()
    Returns true if the column is a component.
  • boolean isLink()
    Returns true if the column has a link.

Method Details

  • (string) getPhpName ()

    Gets the php name of the column.

    returns The php name

  • __construct ($phpName, $column = null, $flags = array())

    $phpName The column php name
    $column The column name
    $flags The column flags

    Constructor.

  • (boolean) isPartial ()

    Returns true if the column is a partial.

    returns true if the column is a partial, false otherwise

  • __call ($name, $arguments)

  • (boolean) isReal ()

    Returns true if the column maps a database column.

    returns true if the column maps a database column, false otherwise

  • (string) getName ()

    Gets the name of the column.

    returns The column name

  • (boolean) isComponent ()

    Returns true if the column is a component.

    returns true if the column is a component, false otherwise

  • (boolean) isLink ()

    Returns true if the column has a link.

    returns true if the column has a link, false otherwise