Exemplo n.º 1
0
        // Public Methods 

        public override string GetPhpCode(PhpEmitStyle style)
        {
            return(string.Format("{0}->{1}", TargetObject.GetPhpCode(style), FieldName));
        }