activeTableColumns as $strColumnName ): ?>
{$strColumnName} ) ): ?>
= $this->{$strColumnName}; ?> |
{$strColumnName} ) ): ?>
= implode( ', ', array_map( function( $varValue ) {
if ( is_string ( $varValue ) ) return $varValue;
if ( is_array ( $varValue ) ) return $varValue['title'];
return $varValue;
}, $this->{$strColumnName} )); ?> |
- |
masterUrl ): ?>
= $this->readMore; ?> |
hasOperations && is_array( $this->operations ) ): ?>
|
relations ) && is_array( $this->relations ) ): ?>
|
downloads ) && is_array( $this->downloads ) ): ?>
|
useSocialSharingButtons ): ?>
= $this->socialSharingButtons; ?> |